Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
pow
pow
Exponential expressions
Name:
pow
Category:
math
Programming Language:
php
One-line Description:
Return to the power of y of x.
Related
How to use stream_get_filters to achieve efficient log stream processing?
2
Optimizing PHP for High-Concurrency Real-Time Chat Systems
9
Use ob_list_handlers to avoid unnecessary cache shutdown
3
Frequently Asked Questions and Solutions for Stranatcasecmp when dealing with file extensions
6
Similar Functions
sqrt
sqrt
Squareroot
getrandmax
getrandmax
Showthemaximumpossib
tanh
tanh
Hyperbolictangent
atan2
atan2
Arctangleoftwoparame
acos
acos
Reversecosine
log10
log10
Logarithmwithbase10
fmod
fmod
Returnstheremaindero
dechex
dechex
Convertdecimaltohexa
Popular Articles